source:
binary-improvements/MapRendering/API/GetHostileLocation.cs@
502
| Last change on this file since 502 was 455, checked in by , 2 years 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)