Skip to content

Commit 6735b09

Browse files
committed
Add rename warnings for future release
1 parent 78e3c7c commit 6735b09

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

sendtables/propdecoder.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ var propDecoder propertyDecoder
7171

7272
// PropValue stores parsed & decoded send-table values.
7373
// For instance player health, location etc.
74+
// Might be renamed in a future major release (Deprecated).
7475
type PropValue struct {
7576
VectorVal r3.Vector
7677
IntVal int

sendtables/sendtables.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ func (sc *ServerClass) RegisterEntityCreatedHandler(handler EntityCreatedHandler
5555
}
5656

5757
// FlattenedPropEntry stores meta information about a property of an Entity.
58+
// Might be renamed in a future major release (Deprecated).
5859
type FlattenedPropEntry struct {
5960
prop *sendTableProperty
6061
arrayElementProp *sendTableProperty

0 commit comments

Comments
 (0)