dashboard
repositories
filestore
activity
search
login
main
/
Testing_Sandbox
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added class for animation strings
miepzerino
2023-12-10
6761201c6321b50cd8d7517f8e502162b925ca0a
[Testing_Sandbox.git]
/
Assets
/
Scripts
/
AnimationStrings.cs
1
2
3
4
5
6
7
8
9
10
11
using System.Collections;
using UnityEngine;
internal class AnimationStrings
{
internal class Player
{
internal static string IsMoving = "IsMoving";
internal static string IsFlying = "IsFlying";
}
}