RTSEngine.Data.Team.RTSUnit.Destroy C# (CSharp) 메소드

Destroy() 공개 메소드

public Destroy ( ) : void
리턴 void
        public void Destroy()
        {
            Health = 0;
            if(OnDestruction != null)
                OnDestruction(this);
        }