* Parser.cs:
* inf3.csproj: Parser Klasse erstellt
This commit is contained in:
@@ -57,6 +57,7 @@
|
||||
<Compile Include="src\Tile.cs" />
|
||||
<Compile Include="src\Entity.cs" />
|
||||
<Compile Include="src\Player.cs" />
|
||||
<Compile Include="src\Parser.cs" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="src\DefaultGui\" />
|
||||
|
||||
13
src/Parser.cs
Normal file
13
src/Parser.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using System;
|
||||
|
||||
namespace inf3
|
||||
{
|
||||
public class Parser
|
||||
{
|
||||
public Parser ()
|
||||
{
|
||||
//TODO: Code.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user