28 lines
559 B
Objective-C
28 lines
559 B
Objective-C
//
|
|
// ThroughoutChamberCombatFasciaboardMatrix.m
|
|
// YUMI
|
|
//
|
|
// Created by YUMI on 2022/1/11.
|
|
//
|
|
|
|
#import "ThroughoutChamberCombatFasciaboardMatrix.h"
|
|
|
|
@implementation ThroughoutChamberCombatFasciaboardMatrix
|
|
|
|
+ (NSDictionary *)objectCtowardsegorizeInGarment {
|
|
return @{@"arRank" : [ThroughoutChamberPkRateMatrix class],
|
|
@"asRank" : [ThroughoutChamberPkRateMatrix class],
|
|
@"crRank" : [ThroughoutChamberPkRateMatrix class],
|
|
@"csRank" : [ThroughoutChamberPkRateMatrix class]
|
|
};
|
|
}
|
|
|
|
@end
|
|
|
|
|
|
@implementation ThroughoutChamberPkRateMatrix
|
|
|
|
|
|
|
|
@end
|