mirror of
https://github.com/QuasarApp/Snake.git
synced 2025-04-27 02:04:41 +00:00
7 lines
73 B
C++
7 lines
73 B
C++
|
#include "playerclientdata.h"
|
||
|
|
||
|
PlayerClientData::PlayerClientData()
|
||
|
{
|
||
|
|
||
|
}
|