This website works better with JavaScript
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
Kolja-Strohm-Games
/
FactoryCraft-Server
İzle
2
Yıldızla
0
Çatalla
0
Dosyalar
Sorunlar
1
Değişiklik İstekleri
0
Wiki
Ağaç:
ab42ad176e
Dallar
Biçim İmleri
feature/animals
master
FactoryCraft-Se...
/
FactoryCraft
/
Area.h
Area.h
111 B
Geçmiş
Ham
1
2
3
4
5
6
7
8
9
10
#pragma once
struct Area
{
int startX;
int startY;
int endX;
int endY;
int dimensionId;
};