This website works better with JavaScript
Domů
Procházet
Nápověda
Registrovat se
Přihlásit se
Kolja-Strohm-Games
/
FactoryCraft-Server
Sledovat
2
Oblíbit
0
Rozštěpit
0
Soubory
Úkoly
1
Pull Requesty
0
Wiki
Strom:
ab42ad176e
Větve
Značky
feature/animals
master
FactoryCraft-Se...
/
FactoryCraft
/
Area.h
Area.h
111 B
Historie
Surový
1
2
3
4
5
6
7
8
9
10
#pragma once
struct Area
{
int startX;
int startY;
int endX;
int endY;
int dimensionId;
};