add rule AI

This commit is contained in:
CuongNV
2026-03-24 12:28:56 +07:00
parent 7c9a163861
commit ed9910f365
25 changed files with 13639 additions and 10 deletions
+21
View File
@@ -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