Esempio n. 1
0
 /// <summary>
 ///  Initialization
 /// </summary>
 protected override void Awake()
 {
     base.Awake();
     this._log = LoggerManager.CreateLogger(typeof(EntityManager));
 }
Esempio n. 2
0
 /// <summary>
 ///  Initialization.
 /// </summary>
 void Start()
 {
     this._log = LoggerManager.CreateLogger(typeof(Weapon));
 }