@ -0,0 +1,13 @@
|
||||
namespace UnrealSharpScriptGenerator.PropertyTranslators;
|
||||
|
||||
public class SetPropertyTranslator : ContainerPropertyTranslator
|
||||
{
|
||||
public SetPropertyTranslator()
|
||||
: base("SetCopyMarshaller",
|
||||
"SetReadOnlyMarshaller",
|
||||
"SetMarshaller",
|
||||
"IReadOnlySet",
|
||||
"ISet")
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user