add rule AI
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
# Common Code Patterns
|
||||
|
||||
Pattern: Player Name Lookup
|
||||
|
||||
C++
|
||||
|
||||
Name2IDTable
|
||||
ID2NameTable
|
||||
|
||||
C#
|
||||
|
||||
Dictionary<string, int>
|
||||
Dictionary<int, string>
|
||||
|
||||
Pattern: Chat Rendering
|
||||
|
||||
Parse text
|
||||
↓
|
||||
create item list
|
||||
↓
|
||||
render UI
|
||||
Reference in New Issue
Block a user