Skip to content

Commit

Permalink
Merge pull request #37 from Kaya-Kaya/dev
Browse files Browse the repository at this point in the history
Fix #36
Alexejhero authored Jan 3, 2025
2 parents a51bd51 + e15b78e commit f92145b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Unity/Assets/Messages/Outgoing/Startup.cs
Original file line number Diff line number Diff line change
@@ -9,5 +9,6 @@ namespace NeuroSdk.Messages.Outgoing
public sealed class Startup : OutgoingMessageBuilder
{
protected override string Command => "startup";
protected override object Data => null;
}
}

0 comments on commit f92145b

Please sign in to comment.