Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
KnowledgeList.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2
3public class KnowledgeList<T> : HashSet<string> where T : Knowledge
4{
5 public new void Add(string id)
6 {
7 }
8
9 public void Add(T k)
10 {
11 }
12}
new void Add(string id)
Definition: KnowledgeList.cs:5
void Add(T k)
Definition: KnowledgeList.cs:9