C# Class Sims_Mod_manager.Mod

Afficher le fichier Open project: GiraffeSummer/Sims4Modmanager

Méthodes publiques

Свойство Type Description
category Category
enabled bool
files List
name string
uid string

Méthodes publiques

Méthode Description
Mod ( ) : System
Mod ( string n ) : System

Method Details

Mod() public méthode

public Mod ( ) : System
Résultat System

Mod() public méthode

public Mod ( string n ) : System
n string
Résultat System

Property Details

category public_oe property

public Category,Sims_Mod_manager category
Résultat Category

enabled public_oe property

public bool enabled
Résultat bool

files public_oe property

public List files
Résultat List

name public_oe property

public string name
Résultat string

uid public_oe property

public string uid
Résultat string