C#C
C#16mo ago
Kagano

how to get undefinied type in a <>

here a example what i want like to do:

Type type = ...; 
SyncedVariable<typeof(type)> s = new SyncedVariable<typeof(type)>();
Was this page helpful?