This website works better with JavaScript.
Home
Explore
Help
Sign In
SmallChi
/
JTNewEnergy
mirror of
https://github.com/SmallChi/JTNewEnergy.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
1
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
1
Branch
6.8 MiB
C#
100%
Tree:
d094eb9fc8
master
1.0.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd094eb9fc8'
${ noResults }
JTNewEnergy
/
src
/
GBNewEnergy.Protocol
/
IBuffered.cs
8 lines
108 B
Raw
Blame
History
namespace GBNewEnergy.Protocol
{
public interface IBuffered
{
byte[] ToBuffer();
}
}