FoundryDevelopmentConsortium / Knowledge-Recalled-PF2e-FVTT

Creative Commons Zero v1.0 Universal
0 stars 3 forks source link

add switch statement to getAttacks. Polished the ActorModel. #2

Closed AlecHolloway closed 1 year ago

AlecHolloway commented 1 year ago

Made changes to the actor model so that we do not have to pass the data object around. The methods can just access the specific global property. This will make the code easier to read. The methods still need to be tested however.