Skip to content

Commit e8ddef0

Browse files
rename Voting to Callvote methods
1 parent b7da595 commit e8ddef0

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

Code/MethodSystem/Methods/VotingMethods/StartVoteAndWaitMethod.cs renamed to Code/MethodSystem/Methods/CallvoteMethods/StartVoteAndWaitMethod.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
using SER.Code.MethodSystem.MethodDescriptors;
1212
using SER.Code.MethodSystem.Structures;
1313
using SER.Code.ValueSystem;
14+
1415
// ReSharper disable LoopCanBeConvertedToQuery
1516

1617
/*
@@ -57,7 +58,7 @@ SUMMARY CHECKLIST
5758
By following these constraints, we ensure that our assembly remains "scannable" by the loader, regardless of which
5859
optional plugins the user has installed.
5960
*/
60-
namespace SER.Code.MethodSystem.Methods.VotingMethods;
61+
namespace SER.Code.MethodSystem.Methods.CallvoteMethods;
6162

6263
[UsedImplicitly]
6364
public class StartVoteAndWaitMethod : YieldingReturningMethod<TextValue>, IAdditionalDescription, IDependOnFramework

Code/MethodSystem/Methods/VotingMethods/StartVoteMethod.cs renamed to Code/MethodSystem/Methods/CallvoteMethods/StartVoteMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
using SER.Code.MethodSystem.BaseMethods.Synchronous;
99
using SER.Code.MethodSystem.Structures;
1010

11-
namespace SER.Code.MethodSystem.Methods.VotingMethods;
11+
namespace SER.Code.MethodSystem.Methods.CallvoteMethods;
1212

1313
[UsedImplicitly]
1414
public class StartVoteMethod : SynchronousMethod, IDependOnFramework

Code/MethodSystem/Methods/VotingMethods/VoteOptionMethod.cs renamed to Code/MethodSystem/Methods/CallvoteMethods/VoteOptionMethod.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using SER.Code.MethodSystem.BaseMethods.Synchronous;
55
using SER.Code.MethodSystem.Structures;
66

7-
namespace SER.Code.MethodSystem.Methods.VotingMethods;
7+
namespace SER.Code.MethodSystem.Methods.CallvoteMethods;
88

99
[UsedImplicitly]
1010
public class VoteOptionMethod : ReferenceReturningMethod<VoteOptionMethod.VoteOption>, IDependOnFramework

0 commit comments

Comments
 (0)