PlayerController.cs init
This commit is contained in:
parent
12ff6e0390
commit
0554440fd5
2 changed files with 20 additions and 1 deletions
19
Assets/Scripts/PlayerController.cs
Normal file
19
Assets/Scripts/PlayerController.cs
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class PlayerController : MonoBehaviour
|
||||
{
|
||||
|
||||
// Start is called before the first frame update
|
||||
void Start()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
|
|
@ -12,4 +12,4 @@ MonoBehaviour:
|
|||
m_Script: {fileID: 0}
|
||||
m_Name:
|
||||
m_EditorClassIdentifier: Unity.Rider.Editor:Packages.Rider.Editor:RiderScriptEditorPersistedState
|
||||
lastWriteTicks: -8585494769450265822
|
||||
lastWriteTicks: -8585494767140694408
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue