forked from HearthSim/proto-extractor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhsproto-packaging.ini
More file actions
22 lines (17 loc) · 855 Bytes
/
hsproto-packaging.ini
File metadata and controls
22 lines (17 loc) · 855 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
; Full name matching is always done CASE-insensitive!
; Names of namespaces should always be lowercased!
[namespaces]
; This section indicates moving all types within a namespace to another namespace.
; If the target namespace doesn't exist, it's created!
; Syntax: [fullname of source namespace] = [fullanme of target namespace]
; Move for name consistency.
; spectatorproto = pegasus.spectator
; Move attribute and related types to the protocol namespace.
; This moves solves a circular dependancy, including the name collision introduced
; after.
; bnet.protocol.attribute = bnet.protocol
[types]
; This section picks only specific types to be moved to another namespace.
; If the target namespace doesn't exist, it's created!
; Syntax: [fullname of type] = [fullname of target namespace]
; bnet.protocol.attribute.attributefilter = bnet.protocol