Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ayumax committed Feb 18, 2019
2 parents fd1f5de + 9680ad0 commit eaccee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ void UMyClass::OnReceiveString(FString ReceivedString)

```cpp
// Object(Json)
auto deliverybox = UDeliveryBoxFactory::CreateObjectDeliveryBoxUsingJson>(SampleObject::StaticClass());
auto deliverybox = UDeliveryBoxFactory::CreateObjectDeliveryBoxUsingJson(SampleObject::StaticClass());
deliverybox->Received.AddDynamic(this, &UMyClass::OnReceiveObject);
deliverer->Start(UProtocolFactory::CreateProtocolTcpIpServer(9099),
UPacketRuleFactory::CreatePacketRuleSizeBody(),
Expand Down

0 comments on commit eaccee7

Please sign in to comment.