示例#1
0
 /// <summary>
 ///  Initializes a new instance of the <see cref="RaycastSubscriber" /> class.
 /// </summary>
 void Start()
 {
     this.log = LoggerManager.CreateLogger(this.GetType());
 }
示例#2
0
 void Start()
 {
     this.log = LoggerManager.CreateLogger(typeof(Raycaster));
 }
示例#3
0
 void Awake()
 {
     this.log = LoggerManager.CreateLogger(typeof(WeaponHandler));
 }