|
Elin Modding Docs Doc
|
Classes | |
| class | Row |
Public Member Functions | |
| override SourceHobby.Row | CreateRow () |
| override void | SetRow (SourceHobby.Row r) |
| override void | OnInit () |
Public Attributes | |
| List< SourceHobby.Row > | listHobbies = new List<SourceHobby.Row>() |
| List< SourceHobby.Row > | listWorks = new List<SourceHobby.Row>() |
Definition at line 5 of file SourceHobby.cs.
| override SourceHobby.Row SourceHobby.CreateRow | ( | ) |
Definition at line 8 of file SourceHobby.cs.
| override void SourceHobby.OnInit | ( | ) |
Definition at line 42 of file SourceHobby.cs.
| override void SourceHobby.SetRow | ( | SourceHobby.Row | r | ) |
Definition at line 36 of file SourceHobby.cs.
| List<SourceHobby.Row> SourceHobby.listHobbies = new List<SourceHobby.Row>() |
Definition at line 71 of file SourceHobby.cs.
| List<SourceHobby.Row> SourceHobby.listWorks = new List<SourceHobby.Row>() |
Definition at line 75 of file SourceHobby.cs.