예제 #1
0
 // Use this for initialization
 void Start()
 {
     Player = FindObjectOfType<PlatformerCharacter2D>();
 }
예제 #2
0
 private void Awake()
 {
     m_Character = GetComponent<PlatformerCharacter2D>();
 }