Core/Refactor: Part 2
This commit is contained in:
@@ -290,7 +290,7 @@ namespace Game.Entities
|
||||
|
||||
public void addHatedBy(HostileReference pHostileReference)
|
||||
{
|
||||
m_HostileRefManager.insertFirst(pHostileReference);
|
||||
m_HostileRefManager.InsertFirst(pHostileReference);
|
||||
}
|
||||
public void removeHatedBy(HostileReference pHostileReference) { } //nothing to do yet
|
||||
|
||||
|
||||
Reference in New Issue
Block a user