|
|
@@ -23,7 +23,7 @@ namespace ET.Client
|
|
|
{
|
|
|
C2M_PathfindingResult c2MPathfindingResult = C2M_PathfindingResult.Create();
|
|
|
c2MPathfindingResult.Position = hit.point;
|
|
|
- self.Root().GetComponent<ClientSenderCompnent>().Send(c2MPathfindingResult);
|
|
|
+ self.Root().GetComponent<ClientSenderComponent>().Send(c2MPathfindingResult);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -46,7 +46,7 @@ namespace ET.Client
|
|
|
if (Input.GetKeyDown(KeyCode.T))
|
|
|
{
|
|
|
C2M_TransferMap c2MTransferMap = C2M_TransferMap.Create();
|
|
|
- self.Root().GetComponent<ClientSenderCompnent>().Call(c2MTransferMap).Coroutine();
|
|
|
+ self.Root().GetComponent<ClientSenderComponent>().Call(c2MTransferMap).Coroutine();
|
|
|
}
|
|
|
}
|
|
|
|