コード例 #1
0
 //TODO: make unitparameters the primary constructor
 internal Unit(UnitParameters up) : this(up.Origin, up.Color, up.Rotation /*, up.TextureFileName*/)
 {
 }
コード例 #2
0
ファイル: Unit.cs プロジェクト: ZFGCCP/gearsvge
 //TODO: make unitparameters the primary constructor
 internal Unit(UnitParameters up)
     : this(up.Origin, up.Color, up.Rotation/*, up.TextureFileName*/)
 {
 }