hondacrx
2021-11-23 21:22:07 -05:00
parent 6f7a60ec7a
commit 73aa366f31
4 changed files with 49 additions and 24 deletions
+1 -2
View File
@@ -31,9 +31,8 @@ namespace Game.Entities
public partial class Unit
{
//AI
protected Stack<UnitAI> i_AIs = new();
protected UnitAI i_AI;
protected UnitAI i_disabledAI;
UnitAI i_lockedAILifetimeExtension; // yes, this lifetime extension is terrible
bool m_aiLocked;
//Movement