Update example

This commit is contained in:
mackysoft
2021-12-31 11:04:05 +09:00
parent b9ad9838ae
commit e7d200c091
2 changed files with 10 additions and 0 deletions
@@ -69,5 +69,12 @@ namespace MackySoft.SerializeReferenceExtensions.Example {
}
}
[Serializable]
public struct StructCommand : ICommand {
public void Execute () {
Debug.Log("Execute StructCommand");
}
}
}
#endif