tengri/Content/Blueprints/BP_Rock.ts

6 lines
174 B
TypeScript

// Content/Blueprints/BP_Rock.ts
import { TengriPickupActor } from '/Source/TengriPlatformer/World/TengriPickupActor.ts';
export class BP_Rock extends TengriPickupActor {}