| 12345678910111213141516 |
- <?php
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: proto/game.proto
- namespace Uraus\Kku;
- if (false) {
- /**
- * This class is deprecated. Use Uraus\Kku\Common\DataItem instead.
- * @deprecated
- */
- class Common_DataItem {}
- }
- class_exists(Common\DataItem::class);
- @trigger_error('Uraus\Kku\Common_DataItem is deprecated and will be removed in the next major release. Use Uraus\Kku\Common\DataItem instead', E_USER_DEPRECATED);
|