mirror of
https://github.com/Deathgarden-Rebirth/Deathgarden_Rebirth-Rewrite.git
synced 2026-09-09 11:45:18 -05:00
13 lines
230 B
PHP
13 lines
230 B
PHP
<?php
|
|
|
|
namespace App\Http\Responses\Api\Player\Inbox;
|
|
|
|
class InboxMessageClaimedReward
|
|
{
|
|
public function __construct(
|
|
public string $id,
|
|
public int $newAmount,
|
|
public int $receivedAmount,
|
|
)
|
|
{}
|
|
} |