add project files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
public class PlayerSkinController : CustomizableController<PlayerSkinDef, PlayerSkinData>
|
||||
{
|
||||
public PlayerSkinController(AppController appController)
|
||||
: base(appController.savedDataController,
|
||||
() => appController.metaDef.playerSkins,
|
||||
(SavedData data) => data.playerSkins,
|
||||
(PlayerSkinDef def) => appController.coreGame.SetPlayerSkin(def),
|
||||
appController.TryPayCost,
|
||||
() => false)
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user