parent
8a579a7d29
commit
751ed772e6
1 changed files with 11 additions and 9 deletions
@ -1,16 +1,18 @@ |
|||||||
using UnityEngine; |
using UnityEngine; |
||||||
|
|
||||||
public class GroundControl : MonoBehaviour |
namespace UltraCombos |
||||||
{ |
{ |
||||||
// Start is called once before the first execution of Update after the MonoBehaviour is created |
public class GroundControl : MonoBehaviour |
||||||
void Start() |
|
||||||
{ |
{ |
||||||
|
private void Start() |
||||||
} |
{ |
||||||
|
|
||||||
// Update is called once per frame |
} |
||||||
void Update() |
|
||||||
{ |
private void Update() |
||||||
|
{ |
||||||
|
|
||||||
|
} |
||||||
} |
} |
||||||
} |
} |
||||||
|
|
||||||
|
|||||||
Loading…
Reference in new issue