From c968e8ca32effa127479febb9657f0d270ae0afe Mon Sep 17 00:00:00 2001 From: yoyosource Date: Sun, 18 Apr 2021 09:10:30 +0200 Subject: [PATCH] Add Initial Region, Prototype, and GlobalRegion --- .../bausystem/region/GlobalRegion.java | 23 +++++++++++++++++++ .../steamwar/bausystem/region/Prototype.java | 23 +++++++++++++++++++ .../de/steamwar/bausystem/region/Region.java | 23 +++++++++++++++++++ 3 files changed, 69 insertions(+) create mode 100644 BauSystem_Main/src/de/steamwar/bausystem/region/GlobalRegion.java create mode 100644 BauSystem_Main/src/de/steamwar/bausystem/region/Prototype.java create mode 100644 BauSystem_Main/src/de/steamwar/bausystem/region/Region.java diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/GlobalRegion.java b/BauSystem_Main/src/de/steamwar/bausystem/region/GlobalRegion.java new file mode 100644 index 00000000..06f0e25b --- /dev/null +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/GlobalRegion.java @@ -0,0 +1,23 @@ +/* + * This file is a part of the SteamWar software. + * + * Copyright (C) 2021 SteamWar.de-Serverteam + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +package de.steamwar.bausystem.region; + +public class GlobalRegion { +} diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/Prototype.java b/BauSystem_Main/src/de/steamwar/bausystem/region/Prototype.java new file mode 100644 index 00000000..3f04a9f8 --- /dev/null +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/Prototype.java @@ -0,0 +1,23 @@ +/* + * This file is a part of the SteamWar software. + * + * Copyright (C) 2021 SteamWar.de-Serverteam + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +package de.steamwar.bausystem.region; + +public class Prototype { +} diff --git a/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java new file mode 100644 index 00000000..c34946cb --- /dev/null +++ b/BauSystem_Main/src/de/steamwar/bausystem/region/Region.java @@ -0,0 +1,23 @@ +/* + * This file is a part of the SteamWar software. + * + * Copyright (C) 2021 SteamWar.de-Serverteam + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + +package de.steamwar.bausystem.region; + +public class Region { +}