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

Last change on this file since 461 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
Line 
1using AllocsFixes.LiveData;
2using JetBrains.Annotations;
3
4namespace AllocsFixes.WebAPIs {
5 [UsedImplicitly]
6 internal class GetAnimalsLocation : GetEntityListAbs<EntityAnimal> {
7 public GetAnimalsLocation () : base (Animals.Instance.Get) {
8 }
9 }
10}
Note: See TracBrowser for help on using the repository browser.