package_18 alternativa.tanks.game.subsystems.rendersystem

This commit is contained in:
Pyogenics
2025-01-29 19:07:58 +00:00
parent 549f73b4c9
commit bbf438a33f
59 changed files with 341 additions and 340 deletions

View File

@@ -0,0 +1,8 @@
package alternativa.tanks.game.subsystems.rendersystem
{
public interface IShadowRendererConstructor
{
function name_111() : void;
}
}