OldBlueWater/BlueWater/Assets/02.Scripts/Ai/BehaviorTree/Variable/SharedAiStat.cs

11 lines
344 B
C#
Raw Normal View History

2023-09-12 14:46:57 +00:00
// 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 }; }
// }
// }