Removed unused variable
This commit is contained in:
6
Assets/Scripts/Entity/IMovement.cs
Normal file
6
Assets/Scripts/Entity/IMovement.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Entity
|
||||
{
|
||||
public interface IMovement
|
||||
{
|
||||
}
|
||||
}
|
3
Assets/Scripts/Entity/IMovement.cs.meta
Normal file
3
Assets/Scripts/Entity/IMovement.cs.meta
Normal file
@@ -0,0 +1,3 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 9f2ac0c9f14b4b33a8a3c656d94ecad2
|
||||
timeCreated: 1645440963
|
8
Assets/Scripts/Entity/Player.meta
Normal file
8
Assets/Scripts/Entity/Player.meta
Normal file
@@ -0,0 +1,8 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 444b6d81b997bc847a506120c02a114d
|
||||
folderAsset: yes
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
8
Assets/Scripts/Entity/Player/PlayerController.cs
Normal file
8
Assets/Scripts/Entity/Player/PlayerController.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
using UnityEngine;
|
||||
|
||||
namespace Entity.Player
|
||||
{
|
||||
public class PlayerController : MonoBehaviour, IMovement
|
||||
{
|
||||
}
|
||||
}
|
11
Assets/Scripts/Entity/Player/PlayerController.cs.meta
Normal file
11
Assets/Scripts/Entity/Player/PlayerController.cs.meta
Normal file
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 1e9f5de2199c4784abce74247804ce87
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Reference in New Issue
Block a user