IEarlyUpdate

This commit is contained in:
Maddy Thorson
2021-02-06 23:41:43 -08:00
parent 1fb4ed7c9b
commit 7f1c1d8337
2 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace Strawberry
{
public interface IEarlyUpdate
{
public void EarlyUpdate();
}
}