This website requires JavaScript.
Explore
Help
Sign in
valerie
/
dungeoneer-cs
Archived
Watch
1
Star
0
Fork
You've already forked dungeoneer-cs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-10-08
. You can view files and clone it, but cannot push or open issues or pull requests.
c8bf6073e6
dungeoneer-cs
/
src
/
Object.cs
14 lines
114 B
C#
Raw
Normal View
History
Unescape
Escape
implemented basic repl and roll function
2024-03-30 01:23:02 -04:00
using
System.Dynamic
;
namespace
Dungeoneer.Objects
{
graceful error handling and StringToken class implementation
2024-04-03 13:46:23 -04:00
implemented basic repl and roll function
2024-03-30 01:23:02 -04:00
public
class
Character
{
public
string
Name
;
}
}
Reference in a new issue
Copy permalink