MCPcopy Create free account
hub / github.com/DruidMech/MultiplayerCourseBlasterGame / Tick

Method Tick

Source/Blaster/Pickups/PickupSpawnPoint.cpp:53–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53void APickupSpawnPoint::Tick(float DeltaTime)
54{
55 Super::Tick(DeltaTime);
56
57}
58

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected