コード例 #1
0
ファイル: Base.cs プロジェクト: Jeinzi/Rectangle-Game
 /// <summary>
 /// Updates the base - nothing happens here at the moment.
 /// </summary>
 public override void Update()
 {
     layout.Update();
 }