Initial files

This commit is contained in:
2024-04-21 16:38:26 +02:00
parent c69c668ae6
commit cf04700131
554 changed files with 131197 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
using System;
namespace CommandUndoRedo
{
public interface ICommand
{
void Execute();
void UnExecute();
}
}

View File

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

View File

@@ -0,0 +1,3 @@
{
"name": "RuntimeGizmoShared"
}

View File

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

View File

@@ -0,0 +1,6 @@
using UnityEngine;
public class UndoData
{
public UndoData() { }
}

View File

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