diff options
| author | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 16:39:16 +0100 |
|---|---|---|
| committer | aldrikboy <aldrikboy@gmail.com> | 2017-12-14 16:39:16 +0100 |
| commit | ff30178f505c69bc70b0770a3220ebd6d4706c74 (patch) | |
| tree | f51c85aa9b7728af5e79c26abd9de47228d888fa /Penguloon/Levels/LevelBase.cs | |
| parent | 60e8e48047e774a711fee35dfc58a7be993c3d88 (diff) | |
dab
Diffstat (limited to 'Penguloon/Levels/LevelBase.cs')
| -rw-r--r-- | Penguloon/Levels/LevelBase.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Penguloon/Levels/LevelBase.cs b/Penguloon/Levels/LevelBase.cs index 7e88cb7..f4c45a8 100644 --- a/Penguloon/Levels/LevelBase.cs +++ b/Penguloon/Levels/LevelBase.cs @@ -16,6 +16,8 @@ namespace Penguloon.Levels public int Money { get; set; } + public int ID { get; set; } + public LevelBase() { |
