Compare commits
2 Commits
749c390161
...
a4cab80edb
Author | SHA1 | Date |
---|---|---|
|
a4cab80edb | |
|
25a762b793 |
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "CoreSystems",
|
"name": "CoreSystems",
|
||||||
"rootNamespace": "GameDev",
|
"rootNamespace": "GameDev",
|
||||||
"references": [],
|
"references": ["GUID:63ebd60d5c68886498ecfee04b5d6a12"],
|
||||||
"includePlatforms": [],
|
"includePlatforms": [],
|
||||||
"excludePlatforms": [],
|
"excludePlatforms": [],
|
||||||
"allowUnsafeCode": false,
|
"allowUnsafeCode": false,
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 69fd32df12e214d4f92a17dbbe677a7d
|
guid: 1a8a57b96b3cccd4b9f1f18daf82fd9e
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
|
@ -0,0 +1,10 @@
|
||||||
|
using ScriptableObjectArchitecture;
|
||||||
|
using UnityEngine;
|
||||||
|
|
||||||
|
namespace GameDev.CoreSystems
|
||||||
|
{
|
||||||
|
public class TransformModifySingleComponent : MonoBehaviour
|
||||||
|
{
|
||||||
|
private FloatReference _input;
|
||||||
|
}
|
||||||
|
}
|
|
@ -0,0 +1,11 @@
|
||||||
|
fileFormatVersion: 2
|
||||||
|
guid: d6bc98040271beb4f8c3bc5e5242d7fd
|
||||||
|
MonoImporter:
|
||||||
|
externalObjects: {}
|
||||||
|
serializedVersion: 2
|
||||||
|
defaultReferences: []
|
||||||
|
executionOrder: 0
|
||||||
|
icon: {instanceID: 0}
|
||||||
|
userData:
|
||||||
|
assetBundleName:
|
||||||
|
assetBundleVariant:
|
Loading…
Reference in New Issue