BattleInfoPlugin.Models.BattleFleet.Clear C# (CSharp) 메소드

Clear() 공개 메소드

public Clear ( ) : void
리턴 void
        public void Clear()
        {
            this.Name = "";
            this.Formation = Formation.なし;
            this.Rank = DefaultRank;
            this.Fleets = EmptyFleet;
        }