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