FrannHammer.Api.Controllers.SmashAttributeTypesController.SmashAttributeTypesController C# (CSharp) 메소드

SmashAttributeTypesController() 공개 메소드

Create a new SmashAttributeTypesController to interact with the server.
public SmashAttributeTypesController ( ISmashAttributeTypeService smashAttributeTypesService ) : System.Net
smashAttributeTypesService ISmashAttributeTypeService
리턴 System.Net
        public SmashAttributeTypesController(ISmashAttributeTypeService smashAttributeTypesService)
        {
            _smashAttributeTypesService = smashAttributeTypesService;
        }