source:
binary-improvements/MapRendering/API/GetAnimalsLocation.cs@
461
Last change on this file since 461 was 455, checked in by , 16 months ago | |
---|---|
File size: 261 bytes |
Line | |
---|---|
1 | using AllocsFixes.LiveData; |
2 | using JetBrains.Annotations; |
3 | |
4 | namespace 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.