Ignore:
Timestamp:
Jan 18, 2018, 4:56:45 PM (7 years ago)
Author:
alloc
Message:

Common func: Rebased Animals and Hostiles to common base

File:
1 edited

Legend:

Unmodified
Added
Removed
  • binary-improvements/MapRendering/Web/API/GetHostileLocation.cs

    r306 r313  
    1515            JSONArray hostilesJsResult = new JSONArray();
    1616
    17                         Hostiles.Get (enemies);
     17                        Hostiles.Instance.Get (enemies);
    1818                        for (int i = 0; i < enemies.Count; i++)
    1919            {
Note: See TracChangeset for help on using the changeset viewer.