Aura.Channel.World.Entities.Creatures.CreatureConditions.ToString C# (CSharp) Method

ToString() public method

public ToString ( ) : string
return string
		public override string ToString()
		{
			return ("(" + this.A + " ; " + this.B + " ; " + this.C + " ; " + this.D + " ; " + this.E + " ; " + this.F + " ; " + this.G + ")");
		}
	}