- Timestamp:
- Jan 18, 2018, 4:56:45 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
binary-improvements/MapRendering/Web/API/GetWebUIUpdates.cs
r306 r313 24 24 25 25 result.Add ("players", new JSONNumber (GameManager.Instance.World.Players.Count)); 26 result.Add ("hostiles", new JSONNumber (Hostiles. GetCount ()));27 result.Add ("animals", new JSONNumber (Animals. GetCount ()));26 result.Add ("hostiles", new JSONNumber (Hostiles.Instance.GetCount ())); 27 result.Add ("animals", new JSONNumber (Animals.Instance.GetCount ())); 28 28 29 29 result.Add ("newlogs", new JSONNumber (LogBuffer.Instance.LatestLine - latestLine));
Note:
See TracChangeset
for help on using the changeset viewer.