Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 6f69691

Browse files
committed
Fix build
1 parent fbe1b5d commit 6f69691

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SourcepawnCondenser/SourcepawnCondenser/SourcemodDefinition/SMEnumStruct.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ namespace SourcepawnCondenser.SourcemodDefinition
55
{
66
public class SMEnumStruct : SMBaseDefinition
77
{
8-
public readonly List<SMMethodmapField> Fields = new();
9-
public readonly List<SMMethodmapMethod> Methods = new();
8+
public readonly List<SMEnumStructField> Fields = new();
9+
public readonly List<SMEnumStructMethod> Methods = new();
1010

1111

1212
public List<ACNode> ProduceNodes()

0 commit comments

Comments
 (0)