MyPolarBear.AI.AIComponent.AIComponent C# (CSharp) 메소드

AIComponent() 공개 메소드

public AIComponent ( ) : System
리턴 System
        public AIComponent()
        {
            CurrentState = State.Good;
            LoadContent();
        }