Commit d8d99717 authored by 15박보승's avatar 15박보승 Committed by 18류지석

커맨드 패턴 추가

parent d75e2966
using UnityEngine;
using System.Collections;
public interface ICommand
{
void Do();
void Undo();
}
fileFormatVersion: 2
guid: a50609b52331e4d46a775d6b16ece1ef
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment