This website works better with JavaScript
Acasă
Explorează
Ajutor
Înregistrare
Autentificare
Kolja-Strohm-Games
/
FactoryCraft-Server
Urmărește
2
Stea
0
Bifurcare
0
Fisiere
Probleme
1
Trageți solicitările
0
Wiki
Arbore:
40a9ac8c27
Ramuri
Etichete
feature/animals
master
FactoryCraft-Se...
/
FactoryCraft
/
Area.h
Area.h
111 B
Istoric
Crud
1
2
3
4
5
6
7
8
9
10
#pragma once
struct Area
{
int startX;
int startY;
int endX;
int endY;
int dimensionId;
};