Skip to content
This repository has been archived by the owner on Jan 18, 2022. It is now read-only.

Commit

Permalink
Generated code
Browse files Browse the repository at this point in the history
  • Loading branch information
zeroZshadow committed Apr 7, 2020
1 parent 000d55e commit 06516bc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace Improbable.DependentSchema
public partial class DependentDataComponent
{
private class DiffBarCommandCommandStorage
: DiffSpawnCubeCommandStorage<BarCommand.ReceivedRequest, BarCommand.ReceivedResponse>
: CommandDiffStorageBase<BarCommand.ReceivedRequest, BarCommand.ReceivedResponse>
{
public override uint ComponentId => Improbable.DependentSchema.DependentDataComponent.ComponentId;
public override uint CommandId => 1;
Expand Down

0 comments on commit 06516bc

Please sign in to comment.