first commit
This commit is contained in:
12
Assets/Scripts/Player/PlayerCamera.cs
Normal file
12
Assets/Scripts/Player/PlayerCamera.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using UnityEngine;
|
||||
|
||||
public class PlayerCamera : MonoBehaviour{
|
||||
void Start(){
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void LateUpdate(){
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user