mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2026-03-27 15:48:24 +08:00
IEarlyUpdate
This commit is contained in:
7
src/Components/Interfaces/IEarlyUpdate.bf
Normal file
7
src/Components/Interfaces/IEarlyUpdate.bf
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace Strawberry
|
||||
{
|
||||
public interface IEarlyUpdate
|
||||
{
|
||||
public void EarlyUpdate();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user