diff --git a/Ragon.Client/Sources/Entity/RagonEntity.cs b/Ragon.Client/Sources/Entity/RagonEntity.cs index 06a3ccb..d9671f1 100644 --- a/Ragon.Client/Sources/Entity/RagonEntity.cs +++ b/Ragon.Client/Sources/Entity/RagonEntity.cs @@ -92,12 +92,12 @@ namespace Ragon.Client return payload; } - public T GetSpawnPayload() where T : IRagonPayload, new() + public T GetAttachPayload() where T : IRagonPayload, new() { return GetPayload(_spawnPayload); } - public T GetDestroyPayload() where T : IRagonPayload, new() + public T GetDetachPayload() where T : IRagonPayload, new() { return GetPayload(_destroyPayload); }