source: binary-improvements/MapRendering/API/GetHostileLocation.cs@ 464

Last change on this file since 464 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 GetHostileLocation : GetEntityListAbs<EntityEnemy> {
7 public GetHostileLocation () : base (Hostiles.Instance.Get) {
8 }
9 }
10}
Note: See TracBrowser for help on using the repository browser.