This website requires JavaScript.
Explore
Help
Register
Sign In
root
/
BITFALL
Watch
1
Star
0
Fork
You've already forked BITFALL
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c5f638d9d2
BITFALL
/
Assets
/
BITKit
/
Core
/
Interfaces
/
IAsset.cs
9 lines
136 B
C#
Raw
Blame
History
namespace
BITKit.IO
{
public
interface
IAsset
{
string
Name
{
get
;
set
;
}
byte
[
]
Buffer
{
get
;
set
;
}
}
}
Reference in New Issue
View Git Blame
Copy Permalink