[go: up one dir, main page]

Menu

[948d63]: / player.cpp  Maximize  Restore  History

Download this file

13 lines (10 with data), 135 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
#include "player.h"
player::player()
{
food = 0;
water = 0;
fuel = 0;
power = 0;
materials = 0;
space = 0;
}