mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced 2025-03-14 18:43:26 +08:00
9 lines
103 B
Brainfuck
9 lines
103 B
Brainfuck
|
namespace Strawberry
|
||
|
{
|
||
|
[ComponentInterface]
|
||
|
public interface IUpdate
|
||
|
{
|
||
|
public void Update();
|
||
|
}
|
||
|
}
|