making scripts
This commit is contained in:
parent
484dddf9e3
commit
6a7c40e843
2 changed files with 27 additions and 0 deletions
15
Assets/TurnManagerScript.cs
Normal file
15
Assets/TurnManagerScript.cs
Normal file
|
@ -0,0 +1,15 @@
|
|||
using UnityEngine;
|
||||
using System.Collections;
|
||||
|
||||
public class TurnManagerScript : MonoBehaviour {
|
||||
|
||||
// Use this for initialization
|
||||
void Start () {
|
||||
|
||||
}
|
||||
|
||||
// Update is called once per frame
|
||||
void Update () {
|
||||
|
||||
}
|
||||
}
|
12
Assets/TurnManagerScript.cs.meta
Normal file
12
Assets/TurnManagerScript.cs.meta
Normal file
|
@ -0,0 +1,12 @@
|
|||
fileFormatVersion: 2
|
||||
guid: 0f6c21b5c0a62dc408e8b6d4cc0253f3
|
||||
timeCreated: 1477692524
|
||||
licenseType: Free
|
||||
MonoImporter:
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
Loading…
Reference in a new issue