148149150151152153154155156157158
{ synchronized (this) { if (_ai == null) { _ai = new ClonePlayerAI(this); } } } return (ClonePlayerAI) _ai; }