Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
NoticeManager Class Reference

Classes

class  Notice
 

Public Member Functions

void Refresh ()
 

Public Attributes

List< Noticelist = new List<Notice>()
 

Detailed Description

Definition at line 3 of file NoticeManager.cs.

Member Function Documentation

◆ Refresh()

void NoticeManager.Refresh ( )
inline

Definition at line 12 of file NoticeManager.cs.

13 {
14 list.Clear();
15 list.Add(new Notice());
16 list.Add(new Notice());
17 list.Add(new Notice());
18 if (list.Count == 0)
19 {
20 list.Add(new Notice());
21 }
22 }
List< Notice > list

References list.

Referenced by ContentTop.OnSwitchContent().

Member Data Documentation

◆ list

List<Notice> NoticeManager.list = new List<Notice>()

Definition at line 10 of file NoticeManager.cs.

Referenced by Refresh().


The documentation for this class was generated from the following file: