Skip to content

Commit

Permalink
Add Coupon type guide to CouponCodeHandler
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcell committed May 5, 2023
1 parent ae865fd commit d6d18e1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ import tools.data.input.SeekableLittleEndianAccessor
import tools.packet.CashPacket
import java.sql.SQLException

/**
* Coupon code type.
* 1 : NX Credit
* 2 : M. Point
* 4 : Actual item
*/
class CouponCodeHandler : AbstractPacketHandler(), KLoggable {
override val logger = logger()

Expand Down

0 comments on commit d6d18e1

Please sign in to comment.