mirror of
https://github.com/nillerusr/source-engine.git
synced 2024-12-22 14:16:50 +00:00
6 lines
75 B
Plaintext
6 lines
75 B
Plaintext
|
public DrawFlat()
|
||
|
{
|
||
|
// $position = $position + [100, 100, 100];
|
||
|
Draw();
|
||
|
}
|