Added headings

This commit is contained in:
2022-04-28 11:16:44 +02:00
parent f27309a777
commit a37c4c873d
4 changed files with 15 additions and 3 deletions

View File

@@ -1,4 +1,7 @@
using System;
/// Rohmer Maxime <maxluligames@gmail.com>
/// 28 April 2022
/// Program.cs
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;

View File

@@ -1,4 +1,7 @@
using System;
/// Rohmer Maxime <maxluligames@gmail.com>
/// 28 April 2022
/// Tile.cs
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;

View File

@@ -1,4 +1,7 @@
using System;
/// Rohmer Maxime <maxluligames@gmail.com>
/// 28 April 2022
/// TileMap.cs
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;

View File

@@ -1,6 +1,9 @@
using System;
using System.Collections.Generic;
using System.Linq;
/// Rohmer Maxime <maxluligames@gmail.com>
/// 28 April 2022
/// TileType.cs
using System.Text;
using System.Threading.Tasks;