This website requires JavaScript.
Explore
Help
Register
Sign In
edmand46
/
Ragon
Watch
1
Star
0
Fork
0
You've already forked Ragon
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f34b05e6ff89e8f9b5430aa31d1ab29a4af76b3b
Ragon
/
Ragon.Core
/
Action
/
IAction.cs
T
6 lines
80 B
C#
Raw
Normal View
History
Unescape
Escape
wip
2022-12-16 00:05:46 +04:00
namespace
Ragon.Core.Time
;
wip
2022-12-16 23:36:51 +04:00
public
interface
IAction
wip
2022-12-16 00:05:46 +04:00
{
public
void
Tick
(
)
;
}
Reference in New Issue
Copy Permalink