예제 #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*/)
 {
 }