This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
Kolja-Strohm-Games
/
FactoryCraft-Server
Segui
2
Vota
0
Forka
0
File
Problemi
1
Pull Requests
0
Wiki
Albero (Tree):
ab42ad176e
Rami (Branch)
Tag
feature/animals
master
FactoryCraft-Se...
/
FactoryCraft
/
Area.h
Area.h
111 B
Cronologia
Originale
1
2
3
4
5
6
7
8
9
10
#pragma once
struct Area
{
int startX;
int startY;
int endX;
int endY;
int dimensionId;
};