1
0
Fork 0

define core module

This commit is contained in:
lightling 2022-07-11 17:45:07 -04:00
parent 42d98d6c2c
commit 6e9f383d27
Signed by: lightling
GPG key ID: 016F11E0AA296B67
6 changed files with 61 additions and 0 deletions

View file

@ -0,0 +1,9 @@
using UnityEngine;
namespace Goldenwere.GWSU.CTRL.CHAR.Core
{
public abstract class BaseControllerModule : MonoBehaviour
{
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: 576ebb4670456da43a5663695dce9497
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,9 @@
using UnityEngine;
namespace Goldenwere.GWSU.CTRL.CHAR.Core
{
public class CharacterControllerCore : MonoBehaviour
{
[SerializeField] private BaseControllerModule[] modules;
}
}

View file

@ -0,0 +1,11 @@
fileFormatVersion: 2
guid: c631979b6927aa848b366fcb6a7ba30b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:

View file

@ -0,0 +1,14 @@
{
"name": "Goldenwere.GWSU.CTRL.CHAR.Core",
"rootNamespace": "",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View file

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 7118095471e21fa4782c349e8d42f7a3
AssemblyDefinitionImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant: