Update example
This commit is contained in:
+7
@@ -69,5 +69,12 @@ namespace MackySoft.SerializeReferenceExtensions.Example {
|
||||
}
|
||||
}
|
||||
|
||||
[Serializable]
|
||||
public struct StructCommand : ICommand {
|
||||
public void Execute () {
|
||||
Debug.Log("Execute StructCommand");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user