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