204205206207208209210211212213214
{ synchronized (this) { if(_ai == null) { _ai = new L2DoorAI(new AIAccessor()); } } } return _ai; }