Edit Edit-Mode

This commit is contained in:
VegaZ
2018-11-03 23:12:57 +01:00
parent 0610c0bd57
commit d5c054595b
5 changed files with 31 additions and 11 deletions

View File

@@ -35,4 +35,14 @@ namespace reallife_gamemode.Server.Saves
public byte Dimension { get; set; }
public bool Active { get; set; }
}
public class TempBlip
{
public byte Color { get; set; }
public string Name { get; set; }
public byte Transparency { get; set; }
public bool ShortRange { get; set; }
public uint Sprite { get; set; }
public float Scale { get; set; }
}
}