Create a checked, releasable type for laser codes.

The release behavior isn't used yet, but I'm working on pre-allocating
laser codes for front lines and flights to make it easier for players to
pick the laser codes for their weapons.
This commit is contained in:
Dan Albert
2023-07-22 14:01:02 -07:00
committed by Raffson
parent cb6bffe3ec
commit 723e191f10
8 changed files with 180 additions and 7 deletions

View File

@@ -1 +1,3 @@
from .ilasercoderegistry import ILaserCodeRegistry
from .lasercode import LaserCode
from .lasercoderegistry import LaserCodeRegistry