source: binary-improvements/MapRendering/API/GetAnimalsLocation.cs@ 455

Last change on this file since 455 was 455, checked in by alloc, 16 months ago

25_30_44

  • Got rid (mostly) of custom JSON serialization
  • Some code cleanup
File size: 261 bytes
RevLine 
[455]1using AllocsFixes.LiveData;
2using JetBrains.Annotations;
[251]3
[454]4namespace AllocsFixes.WebAPIs {
[455]5 [UsedImplicitly]
6 internal class GetAnimalsLocation : GetEntityListAbs<EntityAnimal> {
7 public GetAnimalsLocation () : base (Animals.Instance.Get) {
[325]8 }
9 }
10}
Note: See TracBrowser for help on using the repository browser.