This website requires JavaScript.
Explore
Help
Sign in
daan
/
geekbot
Watch
1
Star
0
Fork
You've already forked geekbot
0
Code
Issues
2
Pull requests
Projects
Releases
Packages
Wiki
Activity
5a4e710ef9
geekbot
/
Geekbot.net
/
Lib
/
Levels
/
ILevelCalc.cs
7 lines
128 B
C#
Raw
Normal View
History
Unescape
Escape
Refaction all files into component based folders
2018-05-03 00:56:06 +02:00
namespace
Geekbot.net.Lib.Levels
{
public
interface
ILevelCalc
{
Make errorhandler and languagehandler async, await all database actions
2018-06-13 22:18:57 +02:00
int
GetLevel
(
int?
experience
)
;
Refaction all files into component based folders
2018-05-03 00:56:06 +02:00
}
}
Reference in a new issue
Copy permalink