Wrath of Zeus
Made by Torchlight Games for CSE 125 SP24
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
SharedStats Struct Reference

#include <sharedobject.hpp>

Public Member Functions

 SharedStats ()
 
 SharedStats (Stat< int > &&health, Stat< int > &&speed)
 
 DEF_SERIALIZE (Archive &ar, const unsigned int version)
 

Data Fields

Stat< int > health
 
Stat< int > speed
 

Constructor & Destructor Documentation

◆ SharedStats() [1/2]

SharedStats::SharedStats ( )
inline

◆ SharedStats() [2/2]

SharedStats::SharedStats ( Stat< int > &&  health,
Stat< int > &&  speed 
)
inline

Member Function Documentation

◆ DEF_SERIALIZE()

SharedStats::DEF_SERIALIZE ( Archive &  ar,
const unsigned int  version 
)
inline

Field Documentation

◆ health

Stat<int> SharedStats::health

◆ speed

Stat<int> SharedStats::speed

The documentation for this struct was generated from the following file: