From 90e7dcbad63029306dc7bf3441209f66ae016689 Mon Sep 17 00:00:00 2001 From: oddluck <39967334+oddluck@users.noreply.github.com> Date: Mon, 9 Dec 2019 15:29:13 +0000 Subject: [PATCH] RPG plugin. --- __init__.py => RPG/__init__.py | 0 config.py => RPG/config.py | 0 items.txt => RPG/items.txt | 0 {local => RPG/local}/__init__.py | 0 map.txt => RPG/map.txt | 0 mapData.txt => RPG/mapData.txt | 0 monsters.txt => RPG/monsters.txt | 0 players.txt => RPG/players.txt | 0 plugin.py => RPG/plugin.py | 0 test.py => RPG/test.py | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename __init__.py => RPG/__init__.py (100%) rename config.py => RPG/config.py (100%) rename items.txt => RPG/items.txt (100%) rename {local => RPG/local}/__init__.py (100%) rename map.txt => RPG/map.txt (100%) rename mapData.txt => RPG/mapData.txt (100%) rename monsters.txt => RPG/monsters.txt (100%) rename players.txt => RPG/players.txt (100%) rename plugin.py => RPG/plugin.py (100%) rename test.py => RPG/test.py (100%) diff --git a/__init__.py b/RPG/__init__.py similarity index 100% rename from __init__.py rename to RPG/__init__.py diff --git a/config.py b/RPG/config.py similarity index 100% rename from config.py rename to RPG/config.py diff --git a/items.txt b/RPG/items.txt similarity index 100% rename from items.txt rename to RPG/items.txt diff --git a/local/__init__.py b/RPG/local/__init__.py similarity index 100% rename from local/__init__.py rename to RPG/local/__init__.py diff --git a/map.txt b/RPG/map.txt similarity index 100% rename from map.txt rename to RPG/map.txt diff --git a/mapData.txt b/RPG/mapData.txt similarity index 100% rename from mapData.txt rename to RPG/mapData.txt diff --git a/monsters.txt b/RPG/monsters.txt similarity index 100% rename from monsters.txt rename to RPG/monsters.txt diff --git a/players.txt b/RPG/players.txt similarity index 100% rename from players.txt rename to RPG/players.txt diff --git a/plugin.py b/RPG/plugin.py similarity index 100% rename from plugin.py rename to RPG/plugin.py diff --git a/test.py b/RPG/test.py similarity index 100% rename from test.py rename to RPG/test.py