repo.or.cz
/
libtpproto-csharp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
initial commit
[libtpproto-csharp.git]
/
codegenerator
/
bin
/
Debug
/
TP04
/
PlayerIDs.cs
blob
8a38c1a64dbb2fb2e678d8d61def1cf37e1188b7
1
//
2
// License: GPLv3+
3
// Created at 12:41 17.05.2008
4
//
5
// Author: Marcel Hauf
6
namespace
LibTpProto
.
Proto
.
TP04
7
{
8
using
System
;
9
10
11
public class
PlayerIDs
12
{
13
14
public byte
_fRAME_TYPE
=
73
;
15
16
public override string
ToString
()
17
{
18
return
""
;
19
}
20
}
21
}