Extend Death System; Add Revive-System
This commit is contained in:
@@ -36,6 +36,8 @@ namespace reallife_gamemode.Server.Entities
|
||||
public string Email { get; set; }
|
||||
public AdminLevel AdminLevel { get; set; }
|
||||
|
||||
public bool Dead { get; set; }
|
||||
|
||||
public float PositionX { get; set; }
|
||||
public float PositionY { get; set; }
|
||||
public float PositionZ { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user