This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
Quasar
mirror of
https://github.com/quasar/Quasar.git
Watch
1
Star
1
Fork
You've already forked Quasar
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
4bdfb18b8e
Quasar
/
Client
/
Core
/
Packets
/
IPacket.cs
7 lines
115 B
C#
Raw
Normal View
History
Unescape
Escape
Refactored namespace
2015-01-13 18:29:11 +00:00
namespace
xClient.Core.Packets
Initial commit with everything else
2014-07-08 12:58:53 +00:00
{
Fixed code formatting Replaced all tabs in code with 4 spaces and did some general renaming.
2015-04-21 18:27:52 +00:00
public
interface
IPacket
Initial commit with everything else
2014-07-08 12:58:53 +00:00
{
void
Execute
(
Client
client
)
;
}
Fixed code formatting Replaced all tabs in code with 4 spaces and did some general renaming.
2015-04-21 18:27:52 +00:00
}