This website requires JavaScript.
Explore
Help
Sign In
a.samsonkin
/
hellbound
Watch
1
Star
0
Fork
You've already forked hellbound
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
master
hellbound
/
Assets
/
Scripts
/
Game
/
Save
/
IPersisten.cs
7 lines
114 B
C#
Raw
Permalink
Blame
History
using
game
;
public
interface
IPersistent
{
void
Load
(
DataGame
data
)
;
void
Save
(
DataGame
data
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink