BattleInfoPlugin.Models.BattleFleet.Clear C# (CSharp) Method

Clear() public method

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