boilerplate for mods

This commit is contained in:
Ayush Saini 2021-03-31 10:44:01 +05:30
parent 9241a456d1
commit 0fd45fb29e
33 changed files with 82 additions and 0 deletions

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

View file

View file

View file

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

View file

@ -0,0 +1,2 @@
import playersData

0
dist/ba_root/mods/custom_hooks.py vendored Normal file
View file

View file

@ -0,0 +1,10 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""
score=69

Binary file not shown.

View file

View file

View file

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

View file

0
dist/ba_root/mods/setting.json vendored Normal file
View file

0
dist/ba_root/mods/setting.py vendored Normal file
View file

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

0
dist/ba_root/mods/spaz/hitmessage.py vendored Normal file
View file

View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

7
dist/ba_root/mods/stats/__init__.py vendored Normal file
View file

@ -0,0 +1,7 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""

0
dist/ba_root/mods/stats/mystats.json vendored Normal file
View file

0
dist/ba_root/mods/stats/rank.py vendored Normal file
View file

0
dist/ba_root/mods/stats/stats.json vendored Normal file
View file

0
dist/ba_root/mods/tools/Log.py vendored Normal file
View file

14
dist/ba_root/mods/tools/__init__.py vendored Normal file
View file

@ -0,0 +1,14 @@
# Released under the MIT License. See LICENSE for details.
#
"""Common bits of functionality shared between all efro projects.
Things in here should be hardened, highly type-safe, and well-covered by unit
tests since they are widely used in live client and server code.
"""
name="smoothy"
def log():
print("i logged")

Binary file not shown.

0
dist/ba_root/mods/tools/spamcheck.py vendored Normal file
View file

0
dist/ba_root/mods/tools/textonmap.py vendored Normal file
View file

0
dist/ba_root/mods/tools/whitelist.py vendored Normal file
View file