コード例 #1
0
ファイル: AnimationRoute.cs プロジェクト: Kojo0888/DogeBeats
 public AnimationRoute()
 {
     Frames         = new List <AnimationRouteFrame>();
     StartPlacement = new Placement();
 }