8 lines
94 B
Go
8 lines
94 B
Go
package client
|
|
|
|
//codec:gen
|
|
type ProjectilePower struct {
|
|
EntityID int32
|
|
Power float64
|
|
}
|