Init Diamond
This commit is contained in:
parent
c206dfe294
commit
5d215168f1
1 changed files with 11 additions and 0 deletions
11
DangerousD/GameCore/GameObjects/LivingEntities/Diamond.cs
Normal file
11
DangerousD/GameCore/GameObjects/LivingEntities/Diamond.cs
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
using System;
|
||||||
|
namespace DangerousD.GameCore.GameObjects.LivingEntities
|
||||||
|
{
|
||||||
|
public class Diamond
|
||||||
|
{
|
||||||
|
public Diamond()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue