PlayerStatistics
: Expose statistic points in sensible way
#2
Labels
enhancement
New feature or request
PlayerStatistics
: Expose statistic points in sensible way
#2
The
#method_missing?
approach is great for when one knows the name of the to-be-accessed class ahead of time, but if this value is dynamic, being able to access it without having to#send
would be preferable.Simple solution would be to expose them via eg
#[class_key]
The text was updated successfully, but these errors were encountered: