Class MyCredits
Inheritance
System.Object
MyCredits
Namespace: Sandbox.Game
Assembly: Sandbox.Game.dll
Syntax
public class MyCredits : Object
Constructors
MyCredits()
Declaration
public MyCredits()
Fields
CreditNotices
Declaration
public List<MyCreditsNotice> CreditNotices
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<MyCreditsNotice> |
Departments
Declaration
public List<MyCreditsDepartment> Departments
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<MyCreditsDepartment> |