This website requires JavaScript.
Explore
Help
Sign In
MasterGordon
/
mine2d
mirror of
https://github.com/MasterGordon/mine2d.git
Watch
1
Star
0
Fork
You've already forked mine2d
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
378fb04015
mine2d
/
Mine2d
/
frontend
/
IFrontend.cs
7 lines
102 B
C#
Raw
Blame
History
namespace
mine2d.frontend
;
interface
IFrontend
{
public
void
Process
(
)
;
public
void
Init
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink