This website requires JavaScript.
Explore
Help
Sign In
mirror
/
StrawberryBF
Watch
1
Star
0
Fork
0
You've already forked StrawberryBF
mirror of
https://github.com/MaddyThorson/StrawberryBF.git
synced
2025-03-14 18:43:26 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
1fb4ed7c9b
StrawberryBF
/
src
/
Components
/
Interfaces
/
IUpdate.bf
10 lines
96 B
Brainfuck
Raw
Normal View
History
Unescape
Escape
Tracker fixes and debug methods. ComponentInterfaceAttribute removed, interface use is auto-detected. Scene actually calls update and draw methods
2021-02-07 15:13:02 +08:00
using System;
Big restructuring - sample game is currently broken
2021-02-05 15:11:51 +08:00
namespace Strawberry
{
public interface IUpdate
{
public void Update();
}
}
Reference in New Issue
Copy Permalink