Initial commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
using System;
|
||||
|
||||
namespace PolyPerfect
|
||||
{
|
||||
[Serializable]
|
||||
public class AIState
|
||||
{
|
||||
public string stateName = "New State";
|
||||
public string animationBool = string.Empty;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user