コード例 #1
0
ファイル: CrossHair.cs プロジェクト: hafewa/Core-Attack
 // Use this for initialization
 void Start()
 {
     defaultRotation = transform.rotation;
     currentSpread   = defaultSpread;
     ChangeCursorSpread(defaultSpread);
     user = GetComponentInParent <HumanUserControl>();
 }
コード例 #2
0
ファイル: CrossHair.cs プロジェクト: theawless/Core-Attack
 // Use this for initialization
 void Start()
 {
     defaultRotation = transform.rotation;
     currentSpread = defaultSpread;
     ChangeCursorSpread(defaultSpread);
     user = GetComponentInParent<HumanUserControl>();
 }