dashboard
repositories
filestore
activity
search
login
main
/
Testing_Sandbox
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
Added Tilesets and palettes
miepzerino
2023-12-14
2c6614a90c8f415e03ae5067eeacda0ed6f82eae
[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";
}
}