MCPcopy Create free account
hub / github.com/Panzerschrek/Chasm-Reverse / WeaponState

Method WeaponState

PanzerChasm/client/weapon_state.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9{
10
11WeaponState::WeaponState( const GameResourcesConstPtr& game_resources )
12 : game_resources_(game_resources)
13{
14 PC_ASSERT( game_resources_ != nullptr );
15}
16
17WeaponState::~WeaponState()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected