kangoo13/laravel-minecraft-jsonapi-client

View on GitHub
src/Models/Enderchest.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php


namespace Kangoo13\Minecraft\JsonApi\Models;


/**
 * Class Enderchest
 *
 * @package   Kangoo13\Minecraft\JsonApi\Models
 * @author    Aurélien SCHILTZ <aurelienschiltz@gmail.com>
 * @copyright 2016-2019 Kangoo13
 * @license   http://www.opensource.org/licenses/mit-license.html  MIT License
 */
class Enderchest
{


}