コード例 #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
ファイル: WeaponHandler.cs プロジェクト: jthans/-Hans-Unity
 void Awake()
 {
     this.log = LoggerManager.CreateLogger(typeof(WeaponHandler));
 }