mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 23:11:10 +00:00
doc: ドキュメントを追加
This commit is contained in:
@@ -16,6 +16,11 @@
|
||||
|
||||
package dev.usbharu.owl.common.property
|
||||
|
||||
/**
|
||||
* プロパティで使用される値
|
||||
*
|
||||
* @param T プロパティの型
|
||||
*/
|
||||
sealed class PropertyValue<T> {
|
||||
abstract val value: T
|
||||
abstract val type: PropertyType
|
||||
|
||||
Reference in New Issue
Block a user