game patch(Immortal) Updated to 0.0.6.8900a

This commit is contained in:
2022-03-30 23:58:27 -04:00
parent 0abe43b700
commit 2db4153c9d
10 changed files with 264 additions and 82 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ using Model.Immortal.Types;
namespace Model.Immortal.Entity;
public class EntityModel {
public static readonly string GameVersion = "0.0.6.8375a";
public static readonly string GameVersion = "0.0.6.8900a";
private static Dictionary<string, EntityModel> _database;