Add new components: CannotStompComponent, SkillUnlockedComponent, SpaceshipEnterComponent, SpaceshipExitComponent, SpinComponent, StompDamageComponent, StraightMotionComponent, TerrainHitFx, TooltipComponent, TrailComponent, and UnlockOnRequirementComponent
This commit is contained in:
6
scripts/interfaces/IUnlockable.cs
Normal file
6
scripts/interfaces/IUnlockable.cs
Normal file
@@ -0,0 +1,6 @@
|
||||
namespace Mr.BrickAdventures.scripts.interfaces;
|
||||
|
||||
public interface IUnlockable
|
||||
{
|
||||
void Unlock();
|
||||
}
|
Reference in New Issue
Block a user