OldBlueWater/BlueWater/Assets/02.Scripts/Ai/BehaviorTree/Variable/SharedAiStat.cs
2023-09-12 23:46:57 +09:00

11 lines
344 B
C#

// using BlueWaterProject;
//
// // ReSharper disable once CheckNamespace
// namespace BehaviorDesigner.Runtime
// {
// [System.Serializable]
// public class SharedAiStat : SharedVariable<AiStat>
// {
// public static implicit operator SharedAiStat(AiStat value) { return new SharedAiStat { mValue = value }; }
// }
// }