StatProvider.swift 75 B

1234
  1. extension Stat {
  2. final class Provider: BaseProvider, StatProvider {}
  3. }